|
adc28 2.2.0
|
ADC 28 Click example. More...
Macros | |
| #define | MIKROBUS_POSITION_ADC28 MIKROBUS_1 |
Functions | |
| void | application_init (void) |
| void | application_task (void) |
| int | main (void) |
ADC 28 Click example.
This example demonstrates the use of the ADC 28 Click board by reading voltage levels from all 8 single-ended analog input channels (CH0-CH7) and displaying the results via UART.
The demo application is composed of two sections :
Initializes the driver and performs the Click default configuration.
Reads the voltage from each channel (CH0 to CH7) and displays the results on the USB UART once per second.
| #define MIKROBUS_POSITION_ADC28 MIKROBUS_1 |
| void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
| void application_task | ( | void | ) |
| int main | ( | void | ) |